[SPARK-5275] [Streaming] include python source code#4128
[SPARK-5275] [Streaming] include python source code#4128davies wants to merge 2 commits intoapache:masterfrom
Conversation
|
Test build #25858 has started for PR 4128 at commit
|
|
Test build #25858 has finished for PR 4128 at commit
|
|
Test PASSed. |
streaming/pom.xml
Outdated
There was a problem hiding this comment.
Should this be indented another level?
|
LGTM with just one minor style comment. @davies I'm assuming you tested this? |
|
@pwendell I'm working on double-check it. What's the purpose of include the python file into assembly jar? Those are already included in bin-package, also we didn't include the python files in assembly jar generated by |
|
Test build #25875 has started for PR 4128 at commit
|
|
@pwendell I had confirmed that these files will be included in ./dist/lib/spark-assembly-XXX-SNAPSHOT-hadoop.jar |
|
Thanks Davies, I'm merging this. |
Include the python source code into assembly jar. cc mengxr pwendell Author: Davies Liu <davies@databricks.com> Closes #4128 from davies/build_streaming2 and squashes the following commits: 546af4c [Davies Liu] fix indent 48859b2 [Davies Liu] include python source code (cherry picked from commit bad6c57) Signed-off-by: Patrick Wendell <patrick@databricks.com>
|
Test build #25875 has finished for PR 4128 at commit
|
|
Test PASSed. |
Include the python source code into assembly jar. cc mengxr pwendell Author: Davies Liu <davies@databricks.com> Closes apache#4128 from davies/build_streaming2 and squashes the following commits: 546af4c [Davies Liu] fix indent 48859b2 [Davies Liu] include python source code
Include the python source code into assembly jar.
cc @mengxr @pwendell